google.golang.org/grpc/internal/transport.http2Server.lastPingAt (field)

4 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_server.go#L93: 	lastPingAt time.Time
		http2_server.go#L880: 		t.lastPingAt = now
		http2_server.go#L895: 		if t.lastPingAt.Add(defaultPingTimeout).After(now) {
		http2_server.go#L900: 		if t.lastPingAt.Add(t.kep.MinTime).After(now) {